#### Specific command
qsub -t 1-8 featurecounts.sh

Rscript vero_miRNA_DE.R ./output/vero-out.csv ./output/vero-6h-valcono.pdf ./output/vero-12h-valcono.pdf ./output/result_de_miRNA.csv
### Supplementary Instructions
##You need to run this program in the input directory
##Sort the *-new.txt in the input directory together and see output/vero-out.csv for the result


#result_de_miRNA.csv is the specific information of differentially expressed microRNAs

#Pay attention to the download of the relevant R package
library(DESeq2)
library(ggplot2)
library(ggrepel)
library(pheatmap)

